home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / standard / bessel.z / bessel
Encoding:
Text File  |  1998-10-30  |  5.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4. BBBBEEEESSSSSSSSEEEELLLL((((3333MMMM))))                                                          BBBBEEEESSSSSSSSEEEELLLL((((3333MMMM))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      j0, j1, jn, y0, y1, yn, j0l, j1l, jnl, y0l, y1l, ynl - bessel functions
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<mmmmaaaatttthhhh....hhhh>>>>
  13.  
  14.      ddddoooouuuubbbblllleeee jjjj0000((((ddddoooouuuubbbblllleeee xxxx))));;;;
  15.  
  16.      ddddoooouuuubbbblllleeee jjjj1111((((ddddoooouuuubbbblllleeee xxxx))));;;;
  17.  
  18.      ddddoooouuuubbbblllleeee jjjjnnnn((((iiiinnnntttt nnnn,,,, ddddoooouuuubbbblllleeee xxxx))));;;;
  19.  
  20.      ddddoooouuuubbbblllleeee yyyy0000((((ddddoooouuuubbbblllleeee xxxx))));;;;
  21.  
  22.      ddddoooouuuubbbblllleeee yyyy1111((((ddddoooouuuubbbblllleeee xxxx))));;;;
  23.  
  24.      ddddoooouuuubbbblllleeee yyyynnnn((((iiiinnnntttt nnnn,,,, ddddoooouuuubbbblllleeee xxxx))));;;;
  25.  
  26.      lllloooonnnngggg ddddoooouuuubbbblllleeee jjjj0000llll((((lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  27.  
  28.      lllloooonnnngggg ddddoooouuuubbbblllleeee jjjj1111llll((((lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  29.  
  30.      lllloooonnnngggg ddddoooouuuubbbblllleeee jjjjnnnnllll((((iiiinnnntttt nnnn,,,, lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  31.  
  32.      lllloooonnnngggg ddddoooouuuubbbblllleeee yyyy0000llll((((lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  33.  
  34.      lllloooonnnngggg ddddoooouuuubbbblllleeee yyyy1111llll((((lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  35.  
  36.      lllloooonnnngggg ddddoooouuuubbbblllleeee yyyynnnnllll((((iiiinnnntttt nnnn,,,, lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  37.  
  38. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  39.      _j_0 and _j_1 return Bessel functions of _x of the first kind of orders zero
  40.      and one, respectively.  _j_n returns the Bessel function of _x of the first
  41.      kind of order _n.  _j_0_l, _j_1_l, and _j_n_l are the long double versions of these
  42.      functions.
  43.  
  44.      y0 and _y_1 return Bessel functions of _x of the second kind of orders zero
  45.      and one, respectively.  _y_n returns the Bessel function of _x of the second
  46.      kind of order _n.  The value of _x must be positive.  _y_0_l, _y_1_l, and _y_n_l are
  47.      the long double versions of these functions.
  48.  
  49. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  50.      In the diagnostics below, functions in the standard math library _l_i_b_m._a,
  51.      are referred to as -_l_m versions, those in math library _l_i_b_m_x._a are
  52.      referred to as -_l_m_x versions, and those in the the BSD math library
  53.      _l_i_b_m_4_3._a are referred to as -_l_m_4_3 versions.  The -_l_m and -_l_m_x versions
  54.      always return the default Quiet NaN and set _e_r_r_n_o to EDOM when a NaN is
  55.      used as an argument.  A NaN argument usually causes the -_l_m_4_3 versions to
  56.      return the same argument.  The -_l_m_4_3 versions never set _e_r_r_n_o.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. BBBBEEEESSSSSSSSEEEELLLL((((3333MMMM))))                                                          BBBBEEEESSSSSSSSEEEELLLL((((3333MMMM))))
  71.  
  72.  
  73.  
  74.      The value of HUGE_VAL is IEEE Infinity.
  75.  
  76.      If the value of _x is zero, _y_0, _y_1 and _y_n return the value -HUGE_VAL.  The
  77.      -_l_m and -_l_m_x versions also set _e_r_r_n_o to ERANGE.
  78.  
  79.      Negative values of _x cause _y_0, _y_1 and _y_n to return the default quiet NaN.
  80.      The -_l_m and -_l_m_x versions also set _e_r_r_n_o to EDOM.
  81.  
  82.      Values of _x too large cause _y_0, _y_1 and _y_n to return zero.  The -_l_m and
  83.      -_l_m_x versions also set _e_r_r_n_o to ERANGE.
  84.  
  85.      Values of _x too large in magnitude cause _j_0, _j_1 and _j_n to return zero.
  86.      The -_l_m and -_l_m_x versions also set _e_r_r_n_o to ERANGE.
  87.  
  88. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  89.      math(3M), matherr(3M)
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.